func encoding/json.mayAppendQuote

11 uses

	encoding/json (current package)
		encode.go#L505: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L507: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L513: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L515: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L521: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L523: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L541: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L559: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L580: 		b = mayAppendQuote(b, opts.quoted)
		encode.go#L582: 		b = mayAppendQuote(b, opts.quoted)
		encode.go#L1281: func mayAppendQuote(b []byte, quoted bool) []byte {